home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-10-17 | 2.5 KB | 103 lines |
- # Begin Generic
- STDWIN= ..
- CONF= $(STDWIN)/conf
- H= $(STDWIN)/h
- TOOLS= $(STDWIN)/tools
- ALFA= $(STDWIN)/alfa
- MG1= $(STDWIN)/mg1
- X11= $(STDWIN)/x11
- X11LIBS= $(X11)/lib.a $(LIBX11)
- LIBX11= $(LIBXLIB)/libX11.a
- LIBXT= $(LIBXLIB)/libXaw.a $(LIBXLIB)/libXt.a
- XTLIBS= $(STDWIN)/xt/lib.a $(LIBXT) $(LIBX11)
- STUBS= $(STDWIN)/stubs
- INCLUDES= -I$(H) $(SYSINCLUDES) $(SITEINCLUDES) $(LINCLUDES)
- DEFS= $(SYSDEFS) $(SITEDEFS) $(LDEFS)
- CPPFLAGS= $(DEFS) $(INCLUDES)
- OPTIONS= $(SYSOPTIONS) $(SITEOPTIONS) $(LOPTIONS)
- CFLAGS= $(CPPFLAGS) $(OPTIONS)
- LDFLAGS= $(OPTIONS)
- LINTFLAGS= -bhv
- LINT= lint
- # End Generic
- # Begin Sys.bsd42
- SYSINCLUDES=
- SYSDEFS= -DNO_MEMCPY -DNO_VOID_FPTR
- SYSOPTIONS=
- LIBXLIB= /usr/lib
- # End Sys.bsd42
- # Begin Make.conf
- # $Header: Make.conf,v 1.1 88/05/20 16:30:33 guido Locked $
-
- SRCS= textedit.c textlow.c textdbg.c editwin.c
- OBJS= textedit.o textlow.o textdbg.o editwin.o
-
- all: $(OBJS)
-
- # End Make.conf
- # Begin Rules
- all: Makefile
-
- Makefile: $(CONF)/Generic $(CONF)/Rules $(CONF)/mkmk Make.conf
- @echo "Makefile out-of-date -- rerun $(CONF)/mkmk"; exit 1
-
- depend: $(SRCS)
- $(CONF)/mkdep $(CPPFLAGS) $(SRCS) >@mkdep
-
- tags: $(SRCS) $(HDRS)
- ctags -w $(SRCS) $(HDRS)
-
- clean::
- -rm -f core *.o [,@#]*
-
- clobber:: clean
- -rm -f lib.a tags *.[A-Z]
-
- lint: $(SRCS) $(HDRS)
- $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(SRCS) $(LINTLIBS)
- # End Rules
- textedit.o: textedit.c
- textedit.o: ./text.h
- textedit.o: ../h/stdwin.h
- textedit.o: ../h/stdevent.h
- textedit.o: ../h/stdtext.h
- textedit.o: ../h/tools.h
- textedit.o: ../h/configure.h
- textedit.o: /usr/include/stdio.h
- textedit.o: /usr/include/ctype.h
- textedit.o: /usr/include/strings.h
- textedit.o: ../h/l_defs.h
- textlow.o: textlow.c
- textlow.o: ./text.h
- textlow.o: ../h/stdwin.h
- textlow.o: ../h/stdevent.h
- textlow.o: ../h/stdtext.h
- textlow.o: ../h/tools.h
- textlow.o: ../h/configure.h
- textlow.o: /usr/include/stdio.h
- textlow.o: /usr/include/ctype.h
- textlow.o: /usr/include/strings.h
- textlow.o: ../h/l_defs.h
- textdbg.o: textdbg.c
- textdbg.o: ./text.h
- textdbg.o: ../h/stdwin.h
- textdbg.o: ../h/stdevent.h
- textdbg.o: ../h/stdtext.h
- textdbg.o: ../h/tools.h
- textdbg.o: ../h/configure.h
- textdbg.o: /usr/include/stdio.h
- textdbg.o: /usr/include/ctype.h
- textdbg.o: /usr/include/strings.h
- textdbg.o: ../h/l_defs.h
- editwin.o: editwin.c
- editwin.o: ../h/stdwin.h
- editwin.o: ../h/stdevent.h
- editwin.o: ../h/stdtext.h
- editwin.o: ../h/tools.h
- editwin.o: ../h/configure.h
- editwin.o: /usr/include/stdio.h
- editwin.o: /usr/include/ctype.h
- editwin.o: /usr/include/strings.h
- editwin.o: ../h/l_defs.h
- editwin.o: ../h/editwin.h
-